home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 October / MacFormat CD Edition MF42 (October 1996).ISO / mac / MacFormat 42 Browser / Macformat Browser Master.k < prev    next >
Encoding:
Text File  |  1996-08-07  |  1.8 KB  |  129 lines  |  [TEXT/MPS ]

  1. program()
  2.     do
  3.         oXVR.XVRInit(); -- Initialize VR library
  4.         oApplication.Main(oBinder, oSorter);
  5.         oXVR.XVRExit(); -- Terminate VR library
  6.     end;
  7.  
  8. include "keyKernel":
  9.     ANY;
  10.     ALIEN;
  11.     ARRAY;
  12.     BOOLEAN;
  13.     CHARACTER;
  14.     COLLECTION;
  15.     DEBUGGER;
  16.     HANDLE;
  17.     INTEGER;
  18.     MEMORY;
  19.     MESSAGE;
  20.     MODULES;
  21.     NONE;
  22.     POINTER;
  23.     RATIONAL;
  24.     REAL;
  25.     SIGNATURE;
  26.     STRING;
  27.     TYPE;
  28.     VECTOR;
  29. end;
  30.  
  31. include "keyInterface" debug "keyTitleDebug" release "keyTitleRelease":
  32.     Behavior;
  33.     Binder;
  34.     Container;
  35.     Folder;
  36.     Handler;
  37.     Sorter;
  38.     Supplier;
  39. end;
  40.  
  41. include "keyRuntime" debug "keyTitleDebug" release "keyTitleRelease":
  42.     AmbientSound;
  43.     AudioCDHandler;
  44.     Clock;
  45.     ColorHandler;
  46.     Controlbar;
  47.     Cursor;
  48.     DefaultBinder;
  49.     DefaultContainer;
  50.     DefaultHandler;
  51.     DefaultSupplier;
  52.     Effects;
  53.     EmptyHandler;
  54.     Exception;
  55.     FieldHandler;
  56.     FlipbookHandler;
  57.     FlipbookSupplier;
  58.     Interlude;
  59.     KeyboardHandler;
  60.     MovieControllerHandler;
  61.     MovieHandler;
  62.     MovieSupplier;
  63.     PictureHandler;
  64.     PictureResourceSupplier;
  65.     PictureScrollerHandler;
  66.     PictureSupplier;
  67.     PreferenceFolder;
  68.     PrinterHandler;
  69.     Random;
  70.     Scrollbar;
  71.     SoundHandler;
  72.     SoundSupplier;
  73.     TextHandler;
  74.     TextScrollerHandler;
  75.     TextSupplier;
  76. end;
  77.  
  78. include "keyTitle" debug "keyTitleDebug" release "keyTitleRelease":
  79.     Application;
  80.     DefaultBehavior;
  81.     DefaultFolder;
  82.     DefaultSorter;
  83. end;
  84.  
  85. include "vreRuntime" debug "keyTargetDebug" release "keyTargetRelease":
  86.     VRBehavior;
  87.     VRBinder;
  88.     VRHandler;
  89.     VRSupplier;
  90.     XVR;
  91. end;
  92.  
  93. include ":SOURCES:":
  94.     Hierarchy;
  95.     Media;
  96.     oBack_Issues_3;
  97.     oDemos1_41;
  98.     oDemos2_43;
  99.     oDemos3_47;
  100.     oDemos4_49;
  101.     oDemos5_48;
  102.     oDemos6_44;
  103.     oDemos7_45;
  104.     oDemos8_50;
  105.     oFloppy_37;
  106.     oIntro_Screen_1;
  107.     oMain_Menu_2;
  108.     oMF30_7;
  109.     oMF31_10;
  110.     oMF32_9;
  111.     oMF33_8;
  112.     oMF34_11;
  113.     oMF35_12;
  114.     oMF36_13;
  115.     oMF37_14;
  116.     oMF38_15;
  117.     oMF39_16;
  118.     oMF40_5;
  119.     oMF41_6;
  120.     oReaders__Art_1_24;
  121.     oReaders__Art_2_19;
  122.     oReaders__Art_3_23;
  123.     oReaders__Art_4_22;
  124.     oReaders__Art_5_21;
  125.     oResources_18;
  126.     oShareware_38;
  127. end;
  128.  
  129.